/*tipografia*/
h1{
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: white;
}

h2{
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: white;
}

p{
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: white;
}

a, li, button{
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: white;
}

/*estilos*/

body{
    padding-bottom: 60px;
    background-color: #212121;
}

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}


#sidebar {
    min-width: 250px;
    max-width: 250px;
    min-height: 100vh;
    transition: all 0.3s;
}
#sidebar .sidebar-header {
     padding: 85px 0 70px 0;
}
#sidebar ul.components {
    padding: 20px 0;
}
#sidebar ul li a {
    padding: 20px;
    display: block;
}
#sidebar.active {
    margin-left: -250px;
}





#content{
    width: 100%;
}


.cabecera{
    background-color: #EF3C5D;
    width: 100%;
    
}
.cuerpo{
    padding-top: 30px;
}


.titulo{
    text-align: center;
    padding: 80px 20px 0px 20px;
}
.subtitulo{
    text-align: center;
    padding: 5px 20px 40px 20px;
}

.boton{
    margin: auto;
    text-align: center;
}
button{
    padding: 10px 50px 10px 50px;
    margin: auto;
    background-color: rgba(0,0,0,0);
    border:none;
}
button:hover{
    background-color: white;
    color: #212121;
    transition: 0.3s;
}
.boton-atras{
    padding: 10px;
    z-index: 1;
}
.container-fluid{
    position: fixed;
}
.btn-right{
    position: fixed;
    right: 10px;
    z-index: 1;
}
.btn-left{
    position: fixed;
    left: 10px;
    z-index: 1;
}

.back{
    content: url(../img/back.png);

}
.back:hover{
    content: url(../img/back-hover.png);
    transition: 0.3s;
}


#sidebar{
    text-align: center;
}
#sidebar a:hover{
    background-color: white;
    text-decoration: none;
    color: #212121;
    transition: 0.3s;
}

hr{
    width: 33%;
    margin: auto;
    border-top: 1px solid white;
}
.list-group hr{
    width: 70%;
}

.separador{
    padding: 0 15% 0 15%;
    height: 1px;
    border: 1px;
    border-color: #9C9B9B;
    background-color: #9C9B9B;
}

.list-group-item{
    margin: auto;
    width: 80%;
    text-align: center;
    border: none;
    background-color: rgba(0, 0, 0, 0);
}
.titulo-apartado{
        margin: auto;
    width: 80%;
    text-align: center;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    padding: 20px;
}
.list-group-item:hover{
    background-color: white;
    color: #212121;
    transition: 0.3s;
}
.cuestionario{

}
.cuestionario-pregunta{
    background-color: #D8DCFF;
}
.cuestionario-contestado{
   background-color: #DDDBF1;
}
.non-dots{
    list-style-type: none;
}
.list-group{
    padding-bottom: 70px;
}
.correcto{
    background-color: #1cc88a;
}
.fail{
    background-color: #EF3C5D;
}
.hecho{
    color: #FF9999;
}

.seleccion{
    background-color:  #EF3C5D;

}
.seleccion a{
    font-weight: 700;
}
.pregunta{
    text-align: center;
    padding-bottom: 10px;
    max-width: 800px;
}
.respuestas ul{
    padding-bottom: 20px;
}
.respuestas{
    padding-bottom: 70px;
    max-width: 800px;
    margin: auto;
}
.respuesta{
    text-align: left;
    width: 90%;
}
input[type="radio"]{
  width: 2%;
}

li div{
    display: inline-block;
    vertical-align: middle;

}

.nombre{
    width: 80%;
    padding-right: 15px;
    text-align: left;
}
.porcentaje{
    width: 20%;
    text-align: right;
}


.nombre-ranking{
    width: 80%;
    text-align: center;
    padding: 0 15px;
}

.input{
    text-align: center;
    padding: 50px;
}
input{
    padding: 3px;
    font-size: 12px;
    margin: 10px;
    border: none;
    font-weight: 300;
    width: 100%;
    max-width: 200px;
}
.cabecera{
    text-align: center;
 }

.titulo-logo{
    text-align: center;
    padding: 30px;
}
.titulo-logo img{
    padding: 20px;
    width: 150px;
    #background-color: white;

}

.list-alert{
    margin: auto;
    width: 80%;
    text-align: center;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    list-style: none;
}

.list-alert{
}
.alert{
    border: none;
    color: white;
}
.alert:hover{
}
.alert-danger{
    background-color: #ef3c5d;
}
.alert-info{
    background-color:#1cc88a;
}

i{
    color: white;
    font-size: 40px;
    margin: 15px;
}
.botiquin{
    padding: 20px;
    margin: 10px;
    border-radius: 10px;
    background-color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-botiquin{
    text-align: center;
}
.btn-secondary{
    margin: 10px;
    width: 100px;
}
.botiquinimg{
    max-width:100%;
    max-height:100%;
}

.apartado-resumen{
    text-align: center;
    padding: 60px;
}
.apartado-resumen .botiquin{
    height: 120px;
}
.porcentaje-grafico{
    padding-top: 40px;
}
.porcentaje-grafico h1{
    font-size: 30px;
}
.botiquin i:hover{
    color:#ef3c5d;
    transition: 0.3s;
}
@media screen and (max-width:640px)  {
i{
    color: white;
    font-size: 30px;
    margin: 15px;
}

}

/* The alert message box */
.alert-pop {
  padding: 20px;
margin: 20px 0 20px 0;
  background-color: rgba(0, 0, 0, 0);
  color: white;
  margin-bottom: 15px;
}

/* The close button */
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
  color: black;
}

.resultat-test{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.resultat-frase{
    padding-top: 50px;
    padding-bottom: 50px;
}

/* desktop */
@media screen and (min-width:640px)  {

    .list-group-item{
        width: 50%;
    }
    .list-group hr{
    width: 50%;
    }
}
